Catch 1
select count(SongId) from chartsquery where (genre='Ambient') and (subgenre='Easy Listening')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Ambient')
RowsCount=0